Merged
Conversation
This comment has been minimized.
This comment has been minimized.
Member
Author
|
Blocked by docker-library/ghost#425 👀 |
Changes: - docker-library/ghost@14534b9: Merge pull request docker-library/ghost#425 from infosiftr/alpine3.20 - docker-library/ghost@de8d933: Update to Alpine 3.20 - docker-library/ghost@0bbaeca: Update to 5.104.1, ghost-cli 1.26.1 - docker-library/ghost@612ee7b: Update to 5.104.0, ghost-cli 1.26.1
dd61cb2 to
e06cfb6
Compare
Diff for e06cfb6:diff --git a/_bashbrew-cat b/_bashbrew-cat
index cd9db12..c00346c 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,12 +1,12 @@
Maintainers: Tianon Gravi <admwiggin@gmail.com> (@tianon), Joseph Ferguson <yosifkit@gmail.com> (@yosifkit), Austin Burdine <austin@acburdine.me> (@acburdine)
GitRepo: https://github.com/docker-library/ghost.git
-Tags: 5.103.0, 5.103, 5, latest
+Tags: 5.104.1, 5.104, 5, latest
Architectures: amd64, arm32v7, arm64v8, ppc64le, s390x
-GitCommit: 7bd3cdc5837bebcae81aac3314513986cc2e2f84
+GitCommit: 0bbaecaa88686ce472f51b84c5fb73fa67778a90
Directory: 5/debian
-Tags: 5.103.0-alpine, 5.103-alpine, 5-alpine, alpine
+Tags: 5.104.1-alpine, 5.104-alpine, 5-alpine, alpine
Architectures: amd64, arm32v6, arm32v7, arm64v8
-GitCommit: 7bd3cdc5837bebcae81aac3314513986cc2e2f84
+GitCommit: de8d93396b01a900b25d17a2c3bb0ca69ab4eaa1
Directory: 5/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index 4376655..075b9f9 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,8 +1,8 @@
ghost:5
ghost:5-alpine
-ghost:5.103
-ghost:5.103-alpine
-ghost:5.103.0
-ghost:5.103.0-alpine
+ghost:5.104
+ghost:5.104-alpine
+ghost:5.104.1
+ghost:5.104.1-alpine
ghost:alpine
ghost:latest
diff --git a/ghost_alpine/Dockerfile b/ghost_alpine/Dockerfile
index 2223f04..24146a6 100644
--- a/ghost_alpine/Dockerfile
+++ b/ghost_alpine/Dockerfile
@@ -1,6 +1,6 @@
# https://docs.ghost.org/faq/node-versions/
# https://github.com/nodejs/Release (looking for "LTS")
-FROM node:18-alpine3.19
+FROM node:18-alpine3.20
RUN apk add --no-cache \
# add "bash" for "[["
@@ -47,7 +47,7 @@ RUN set -eux; \
ENV GHOST_INSTALL /var/lib/ghost
ENV GHOST_CONTENT /var/lib/ghost/content
-ENV GHOST_VERSION 5.103.0
+ENV GHOST_VERSION 5.104.1
RUN set -eux; \
mkdir -p "$GHOST_INSTALL"; \
diff --git a/ghost_latest/Dockerfile b/ghost_latest/Dockerfile
index de8d4aa..ec2f9a2 100644
--- a/ghost_latest/Dockerfile
+++ b/ghost_latest/Dockerfile
@@ -43,7 +43,7 @@ RUN set -eux; \
ENV GHOST_INSTALL /var/lib/ghost
ENV GHOST_CONTENT /var/lib/ghost/content
-ENV GHOST_VERSION 5.103.0
+ENV GHOST_VERSION 5.104.1
RUN set -eux; \
mkdir -p "$GHOST_INSTALL"; \Relevant Maintainers:
|
yosifkit
approved these changes
Dec 10, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes: